From: Jan Djärv Date: Fri, 26 Jan 2007 16:33:01 +0000 (+0000) Subject: Use XFT_LIBS if defined. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2662 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c7cac812d262c7ea01da33c611bf27c8fd463a99;p=emacs.git Use XFT_LIBS if defined. --- diff --git a/src/Makefile.in b/src/Makefile.in index 49fcbe8508f..8dd211c0fa2 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -402,6 +402,11 @@ LIBXT=$(LIBW) #endif #endif /* not USE_X_TOOLKIT */ +#if HAVE_XFT +#undef LIB_X11_LIB +#define LIB_X11_LIB @XFT_LIBS@ +#endif /* HAVE_XFT */ + #if HAVE_XPM #ifndef LIBXPM #define LIBXPM -lXpm